home *** CD-ROM | disk | FTP | other *** search
- /* config.h. Generated automatically by configure. */
- /*
- * config.h.in -- Configuration for PGPlib. This file contains
- * the configuration information for PGP, and it should be
- * included in all PGP source files.
- *
- * Copyright (C) 1996,1997 Pretty Good Privacy, Inc. All rights reserved.
- *
- * $Id: config.h.in,v 1.12.2.4.2.1 1997/07/02 11:15:18 quark Exp $
- *
- *************************************************************************
- *
- * Modified by Stefan Zakarias <stef@amitar.com.au>, 14/DEC/1997,
- * for use with the Geek Gadgets ADE. (Amiga Developer Environment).
- *
- *************************************************************************
- */
-
- /* Define to empty if the compiler does not support 'const' variables. */
- /* #undef const */
-
- /* Define to `long' if <sys/types.h> doesn't define. */
- /* #undef off_t */
-
- /* Define to `unsigned' if <sys/types.h> doesn't define. */
- /* #undef size_t */
-
- /* Define if you have the ANSI C header files. */
- #define STDC_HEADERS 1
-
- /* Checks for various specific header files */
- #define HAVE_FCNTL_H 1
- #define HAVE_LIMITS_H 1
- #define HAVE_STDARG_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_SYS_IOCTL_H 1
- #define HAVE_SYS_TIME_H 1
- #define HAVE_SYS_TIMEB_H 1
- #define HAVE_SYS_PARAM_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_ARPA_INET_H 1
-
- /* Check if <sys/time.h> is broken and #includes <time.h> wrong */
- #define TIME_WITH_SYS_TIME 1
-
- /* Checks for various functions */
- #define HAVE_GETHRTIME 0
- #define HAVE_CLOCK_GETTIME 0
- #define HAVE_CLOCK_GETRES 0
- #define HAVE_GETTIMEOFDAY 1
- #define HAVE_GETITIMER 1
- #define HAVE_SETITIMER 1
- #define HAVE_FTIME 1
- #define HAVE_MKSTEMP 1
-
- /* Checks for our style of unsigned typedefs */
- #define HAVE_UCHAR 0
- #define HAVE_USHORT 1
- #define HAVE_UINT 1
- #define HAVE_ULONG 0
-
- #ifndef USE_RSAREF_FULL
- #define USE_RSAREF_FULL 0
- #endif
-
- #ifndef USE_RSA_LEGACY
- #define USE_RSA_LEGACY 0
- #endif
-
- #ifndef NO_RSA
- #define NO_RSA 0
- #endif
-
- #ifndef NO_RSA_KEYGEN
- #define NO_RSA_KEYGEN 0
- #endif
-
- #ifndef USE_MPI_LIB
- #define USE_MPI_LIB 1
- #endif
-
- #ifndef PGP_FREEWARE
- #define PGP_FREEWARE 1
- #endif
-
- /* Define "UNIX" if we are on UNIX and "UNIX" is not already defined */
- #if defined(unix) || defined(__unix) || defined (__unix__)
- #ifndef UNIX
- #define UNIX 1
- #endif
- #endif
-
- /* Define "AMIGA" if we are on AMIGA and "AMIGA" is not already defined */
- #if defined(amigaos) || defined(__amigaos) || defined (__amigaos__)
- #ifndef AMIGA
- #define AMIGA 1
- #endif
- #endif
-
- #ifdef AMIGA
- /* Enable built-in pager - Like PGP2.6.3's one */
- #define NO_POPEN 1
- #endif
-
- /* Tags for exported functions, needed for dynamic linking on some platforms */
- #define PGPExport
- #define PGPTTYExport
- #define PGPKDBExport
- #define SPGPExport
-